[mysql] having a number in
        Posted  
        
            by Wiika
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Wiika
        
        
        
        Published on 2010-04-16T13:59:44Z
        Indexed on 
            2010/04/16
            14:03 UTC
        
        
        Read the original article
        Hit count: 257
        
Hi all,
ID Name Hidden 
1 Mika 1,4,2 
2 Loca 0 
3 Nosta 4 
4 Like 2 
can someone give me a query that will return as a result rows ID 1 & 3
something like this SELECT * FROM table WHERE Hidden HAVING(4)
Thanks, I Appreciate
© Stack Overflow or respective owner